Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: keyloader interopable with near-cli #310

Closed
wants to merge 9 commits into from
Closed

feat: keyloader interopable with near-cli #310

wants to merge 9 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Sep 25, 2023

Closes: #196

It helps load keys saved using the near-cli cross-platform keychain, can also just used to set and get account credentials from keychain.

Using unstable feature flag, it offers interoperability with near-cli which is not yet v1.

@ghost ghost marked this pull request as ready for review October 3, 2023 15:42
@frol
Copy link
Collaborator

frol commented Oct 4, 2023

@shariffdev Using system keychain is not going to work on CI, and also not very productive locally, and the original issue #196 probably suggested to use a folder with plain-text keys stored on disk, which is how near-cli JS does it. I am hesitant to support that as it promotes bad practices. Let me elaborate more on the issue itself.

@frol frol closed this Oct 4, 2023
@frol
Copy link
Collaborator

frol commented Oct 4, 2023

P.S. the "keystore" referred in near-cli is called "legacy keystore" in near-cli-rs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

keystore_path in Info doesn't appear to be in use
1 participant